home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
Weather
/
Weather.app
/
Makefile.postamble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-11-04
|
145 b
|
8 lines
#bin = $(HOME)/Apps/Weather.app
bin = /LocalApps/Weather.app
xinstall: Weather
mkdirs $(bin)
cp -r Weather menus info $(bin)
-strip $(bin)/*